Sandbox

This is a page which does not inherit the (main) group layout so it can display components and stories in isolation when loaded via an iframe.

default
Page Variants
Individual Story
If there is a params.id (story ID), find the corresponding module matching params.file from data.modules, pass props being pulled from the query params, and hide all other content outside that Story using CSS

StoryComponent for Sandbox Mocking

None of the text here should show when viewed inside the +Page sandbox

This story should show in the +page sandbox Sample age prop: undefined
This line also should show
This line should not show

I’m a story, but this line (and all documentation) should not show in the sandbox.

Component Variant
if no storyId query param, find the module matching params.file from data.modules and pass props found in the query params
I'm James.
Component Variant
without props
I'm Bob.
Edit page on GitHub
Instrument Panel